home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 8 / 008.d81 / t.flash boot < prev    next >
Text File  |  2022-08-26  |  1KB  |  82 lines

  1.               FLASH
  2.  
  3.  
  4.  
  5. Sent in by: Jeff Johnson
  6.             Rt. 8 Box 65
  7.             Hagestown, MD  21740
  8.  
  9.  
  10.  
  11.  
  12.   Have you ever wished you could flash
  13.  
  14. text on your screen like Apple users
  15.  
  16. can?  Well, here is the program that
  17.  
  18. allows you to do just that.
  19.  
  20.  
  21.  
  22.   To use this program as a stand-alone
  23.  
  24. program:
  25.  
  26.     >LOAD'FLASH',8,1 <RETURN>
  27.  
  28.  
  29.  
  30.   After the ML is loaded, type:
  31.  
  32.     >SYS 49152 to activate flash.
  33.  
  34.  
  35.  
  36.   To deactivate the program, type:
  37.  
  38.     >SYS 49152+9
  39.  
  40.  
  41.  
  42.  
  43. If you wish to make a character flash,
  44.  
  45. calculate the screen address and type:
  46.  
  47.      SYS 49152+3, address
  48.  
  49.  
  50.  
  51. To 'unflash' a character type:
  52.  
  53.      SYS 49152+6, address
  54.  
  55.  
  56.  
  57.   You may even use a variable for the
  58. address.  <SYS 49152+3, 1024+X>
  59.  
  60.  
  61.  
  62.   If you wish to turn all the
  63. characters off, just type:
  64.  
  65.      SYS 49152+6, 65530
  66.  
  67.  
  68.  
  69. >The program FLASH BOOT loads and
  70.  SYSs the program for you.  It then
  71.  gives a very small demo of FLASH.
  72.  You then have the option to break out
  73.  and play with the program or you can
  74.  return to LOADSTAR if you wish. 
  75.  
  76.  
  77.  
  78. >Files used: FLASH
  79.              FLASH BOOT <optional>
  80.  
  81. --------------------------------------
  82.